home *** CD-ROM | disk | FTP | other *** search
/ Die Speccy' 97 / Die Speccy' 97.iso / amiga_system / the_aminet / disk / cdrom / ssd2.readme < prev   
Text File  |  1995-11-07  |  2KB  |  74 lines

  1. Short:    Prevents ToshibaCDROM stopping its motor - correct upload
  2. Author:   dirkw@uni-paderborn.de (Dirk Wrocklage)
  3. Uploader: dirkw@uni-paderborn.de (Dirk Wrocklage)
  4. Type:     disk/cdrom
  5.  
  6.  
  7. NAME
  8.  
  9.       SSD - StopSpinDown, Prevents Toshiba-CDROM from stopping its
  10.             motor
  11.  
  12. SYNOPSIS
  13.  
  14.       SSD UNIT DELAY [DEVICE]
  15.  
  16.  
  17. DESCRIPTION
  18.  
  19.       It really bothered me that my Toshiba 5301-B SCSI-CDROM spins
  20.       its motor down some seconds after the last usage. So this
  21.       little programs sends a motor start-command to the CDROM
  22.       every DELAY seconds. That has the effect that the motor will
  23.       never be stopped.
  24.  
  25.  
  26. REQUIREMENTS
  27.  
  28.       Amiga with SCSI-controller and a CDROM. Needs AmigaOS 2.04
  29.       or higher to run.
  30.  
  31.  
  32. OPTIONS
  33.  
  34.       UNIT   - the unit number of your CDROM.
  35.  
  36.       DELAY  - the delay time in seconds. My CDROM works well with
  37.                an amount of 25.
  38.  
  39.       DEVICE - the name of the SCSI-device. If you use 'scsi.device'
  40.                you may leave this option away. 
  41.  
  42. USAGE
  43.  
  44.       Just copy the program to your harddisk and add a line to your
  45.       user-startup. If your CDROM isn't always connected to your
  46.       computer you may use the program CheckCD from Ricardo Martinez
  47.       (on AmiNet: chkcd10.lha in disk/misc), so that the system
  48.       checks if the CDROM is available. So my user-startup looks like
  49.       this:
  50.  
  51.       CheckCD scsi.device UNIT 1 >NIL:
  52.       If NOT WARN
  53.           Mount CD0:
  54.           run >NIL: C:SSD 1 25
  55.       EndIf
  56.  
  57.  
  58. AUTHOR
  59.  
  60.       You can reach me at the following address:
  61.  
  62.       Dirk Wrocklage          dirkw@uni-paderborn.de
  63.  
  64.  
  65. ============================= Archive contents =============================
  66.  
  67. Original  Packed Ratio    Date     Time    Name
  68. -------- ------- ----- --------- --------  -------------
  69.    10472    6821 34.8% 21-Sep-95 19:49:38  SSD
  70.     1399     741 47.0% 24-Sep-95 15:02:10  SSD.doc
  71.     1585     852 46.2% 24-Sep-95 15:01:58  SSD.dok
  72. -------- ------- ----- --------- --------
  73.    13456    8414 37.4% 06-Oct-95 16:37:40   3 files
  74.